home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch08 / ptp229a / acp229aJ.js next >
Text File  |  1999-05-17  |  5KB  |  105 lines

  1.  
  2.  
  3. function getProblemArr() {
  4.  
  5.  
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. ////////////////////////////////////////////////////////////////////////////////////
  8.  
  9. //javascript:alert(document.inputForm["A"].checked);document.inputForm
  10. //javascript:alertproblemArr[0]["A"]);
  11. //problemObj = new Object(Q:" ",A:" ",B:" ",C:" ",D:" ");
  12.  
  13. matchingAnsObj = new Object;
  14.  
  15.  
  16. problemArr = new Array();
  17.  
  18. for (i=0; i<this.AnswerArray.length+4; i++) 
  19. {
  20.   problemArr[i] = new Object;
  21. };
  22.  
  23. problemArr[0]["Q"] = " ";
  24.  
  25.  
  26. ////////////////////////////////////////////////////////////////////////////////////
  27. ////////////////////////////////////////////////////////////////////////////////////
  28.  
  29.       
  30.      
  31.    
  32. problemArr[1]["Q"] = " Developing an effective introduction and conclusion will contribute to your success.  The speaker's goal in the introduction is to gain the _______________ and the interest of the audience, dispose the audience favorably, clarify the purpose or thesis of the speech, and preview the development of the topic. "; 
  33.  
  34. problemArr[2]["Q"] = " The preview of the main issues that form the divisions of the speech is called the ________________. ";
  35.  
  36. problemArr[3]["Q"] = " Successful speakers sometimes start their speech using the strategy of __________________ with the audience by talking about shared experience, common values, common goals, or by making references to common acquaintances. ";
  37.  
  38. problemArr[4]["Q"] = " Listeners will also be attentive to a speaker who begins the speech with the shock value of ______________ statistics or a surprising claim. ";
  39.  
  40. problemArr[5]["Q"] = " A very effective way to engage the audience at the start of the speech is to use questions.  Sometimes, the form of the question is that of a direct question that seeks an overt response from the listeners.  At other times, the speaker prefers that the audience member will respond silently, as in the case of a ___________________ question. ";
  41.  
  42. problemArr[6]["Q"] = " Telling a _____________ is often effective as an introductory strategy.  Consider using fictional narrative forms or personal anecdotes that cause the audience to sympathize or identify with the main character. ";
  43.  
  44. problemArr[7]["Q"] = " So long as one exercises good judgment in adapting to the audience and the speaking situation, ________________ is also an effective tool to use in the introduction, since causing the audience to laugh or smile will generate interest and enable the audience members to perceive the speaker as a friendly person. ";
  45.  
  46. problemArr[8]["Q"] = " The conclusion of your speech also needs to achieve several goals.  It ought to complete the sense of form, ________________ the main ideas by recapping them, and make a final appeal to the audience. ";
  47.  
  48. problemArr[9]["Q"] = " There are numerous examples of types of endings.  One of the most unique is to challenge the audience with a _______________ vision that presents an idealized and positive view that can only be achieved when the speaker and audience work together. ";
  49.  
  50. problemArr[10]["Q"] = " Throughout the speech, it is necessary to link ideas by way of transitions.  Especially valuable in this regard is the use of an internal _______________, which leads into one of the main ideas. ";
  51.  
  52.  
  53. problemArr[1]["F"] = " For more information, see page 206 of your textbook. ";
  54.  
  55. problemArr[2]["F"] = " For more information, see page 208 of your textbook. ";
  56.  
  57. problemArr[3]["F"] = " For more information, see page 209 of your textbook. ";
  58.  
  59. problemArr[4]["F"] = " For more information, see page 211 of your textbook. ";
  60.  
  61. problemArr[5]["F"] = " For more information, see page 214 of your textbook. ";
  62.  
  63. problemArr[6]["F"] = " For more information, see page 212 of your textbook. ";
  64.  
  65. problemArr[7]["F"] = " For more information, see page 215 of your textbook. ";
  66.  
  67. problemArr[8]["F"] = " For more information, see page 217 of your textbook. ";
  68.  
  69. problemArr[9]["F"] = " For more information, see page 221 of your textbook. ";
  70.  
  71. problemArr[10]["F"] = " For more information, see page 225 of your textbook. ";
  72.  
  73.  
  74.  
  75. ////////////////////////////////////////////////////////////////////////////////////
  76. ////////////////////////////////////////////////////////////////////////////////////
  77.  
  78.  
  79.  
  80.  
  81. ////////////////////////////////////////////////////////////////////////////////////
  82. ////////////////////////////////////////////////////////////////////////////////////
  83. ////////////////////////////////////////////////////////////////////////////////////
  84. ////////////////////////////////////////////////////////////////////////////////////
  85.  
  86.  
  87. }
  88.  
  89.  
  90. getProblemArr();
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.